home *** CD-ROM | disk | FTP | other *** search
/ Hip Tissue / Hip Tissue - Disc 1.iso / pc / dir / movie6.dxr / 00027_go to 3.ls < prev    next >
Encoding:
Text File  |  1997-11-09  |  2.3 KB  |  58 lines

  1. property UpCM, DownCM, UpNum, DownNum, button_active
  2.  
  3. on mouseDown me
  4.   puppetSound("swich")
  5.   updateStage()
  6.   set the member of sprite the spriteNum of me to member the DownCM of me
  7.   set the button_active of me to 1
  8. end
  9.  
  10. on mouseUp me
  11.   puppetSound(0)
  12.   set the member of sprite the spriteNum of me to member the UpCM of me
  13.   set the button_active of me to 0
  14.   go(3)
  15. end
  16.  
  17. on mouseEnter me
  18.   if the button_active of me then
  19.     set the member of sprite the spriteNum of me to member the DownCM of me
  20.   end if
  21. end
  22.  
  23. on mouseLeave me
  24.   if the button_active of me then
  25.     set the member of sprite the spriteNum of me to member the UpCM of me
  26.   end if
  27. end
  28.  
  29. on mouseUpOutSide me
  30.   set the button_active of me to 0
  31. end
  32.  
  33. on beginSprite me
  34.   set the UpCM of me to the member of sprite the spriteNum of me
  35.   set the UpNum of me to the number of member UpCM
  36.   set the DownNum of me to the number of member DownCM
  37.   set the button_active of me to 0
  38. end
  39.  
  40. on endSprite me
  41. end
  42.  
  43. on getPropertyDescriptionList
  44.   if the currentSpriteNum = 0 then
  45.     set memdefault to 0
  46.   else
  47.     set memref to the member of sprite the currentSpriteNum
  48.     set castLibNum to the castLibNum of memref
  49.     set memdefault to member (the memberNum of member memref + 1) of castLib castLibNum
  50.   end if
  51.   set p_list to [#DownCM: [#comment: "テ「テシテ‡ツオテ‡テスティテ崚ォ窶佚‡テε韻テ嘉…テ…[テ姥:", #format: #graphic, #default: memdefault]]
  52.   return p_list
  53. end
  54.  
  55. on getBehaviorDescription
  56.   return "テ厭テ右テ厩テ榎テ韻テ嘉ャテ運テ‡テε ツ テュuテ‡窶ヲテョテステ「テサテ‡ツオテ②テゥツゥテャテ†テャIテ‡窶ヲテ穎テ韻テ嘉「テ韻テ曳テ‡テ敕‡テ暗益テ叡テ鰻テ嘉姪閲テ運テ嘉ャテ‡テ静‡ツオテ‡ニ津厩テ益テ嘉「テ韻テ曳テ‡ツ敕ィテ„テョツヲテ‡ツオテ‡窶ケテ‡テ敕③テ厩テ益テ嘉「テ韻テ曳テ‡窶ヲテァツシティテ「テ‡窶ヲテ、テ妥‡テ凝ャテアテ‡ニ津‡テテ‡テ催‡テステ鵜テ嘉嘉厩テ曳テ嘉…テ嘉ャテ頴テ…[テ‡邃「テ②テ閲テ運テ嘉ャテ‡テε…uテッWティテ„テ…vティテ崚ォ窶佚‡ツ敕ゥツカテ‡テ敕‡窶。テ‡テε‡テ静‡窶コテ‡ツサテ‡ナステ‡テ催‡窶ケテ‡テ敕③テ益テ叡テ鰻テ嘉姪閲テ運テ嘉ャテ‡テ静‡ツオテ‡ニ津ャテ†テァテ湘‡ナステ‡テセテ‡テステ‡ツ「テ厩テ益テ嘉「テ韻テ曳テ‡窶ヲテ栄テ嘉「テ叡テ碓テ‡ツオテ‡ニ津ゥgテウpテ‡ツオテ‡ニ津‡ツ催‡テヲテ‡ナステ‡ツ「テ③" & RETURN & RETURN & "テ⒃テ英テ嘉「テ嘉…テ…[テ運テ⒄" & RETURN & "窶「 テ「テシテ‡ツオテ‡テスティテ崚ォ窶佚‡テε韻テ嘉…テ…[テ姥: テ閲テ運テ嘉ャテ‡邃「テ「テシテ‡ナステ‡テ催‡テスティテ崚ォ窶佚‡テε韻テ嘉…テ…[テ姥テ‡テ静‡ツサテ‡テ暗詠テ叡テ曳テ厭テ叡テ益テ鵜テ嘉嘉厩テ曳テ嘉…テ嘉ャテ頴テ…[テ‡ツ敕ォIテォツ敕③テ映テ液テ羽テ嘉」テ曳テ‡テ陛②テ厩テ益テ嘉「テ韻テ曳テ‡窶ヲテ・ツェテァ窶コテ、テ妥‡テ凝ャテアテ‡ニ津‡テテ‡テ催‡ニ津‡ツ「テ‡テ暗鵜テ嘉嘉厩テ曳テ嘉…テ嘉ャテ頴テ…[テ‡テεウテ療⑿テ鵜テ嘉嘉厩テ曳テョ窶佚ァテœ + 1テ⒀テ‡テε鵜テ嘉嘉厩テ曳テ嘉…テ嘉ャテ頴テ…["
  57. end
  58.